home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / snowball.swf / scripts / frame_8 / DoAction.as
Text File  |  2011-08-19  |  193b  |  8 lines

  1. yourmanager = "Johnson";
  2. _root.savefile = SharedObject.getLocal("ags");
  3. if(_root.savefile.data.playername != undefined)
  4. {
  5.    _root.playername = _root.savefile.data.playername;
  6. }
  7. stop();
  8.